Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/31 - Pop the Balloons/

assets /cody/swapnilsparsh/30DaysOfJavaScript/31 - Pop the Balloons/assets/
1 Items
  • Balloon.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/31 - Pop the Balloons/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/31 - Pop the Balloons/index.html
    432 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-s
    script.js /cody/swapnilsparsh/30DaysOfJavaScript/31 - Pop the Balloons/script.js
    223 Views
    0 Comments
    let popped = 0;

    document.addEventListener('mouseover', function (e) {

    if (e.target.className === "balloon") {

    e.tar
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/31 - Pop the Balloons/style.css
    161 Views
    0 Comments
    * {
    padding: 0;
    box-sizing: border-box;
    font-family: "sans";
    }

    @font-face {
    font-family: "sans";